Added GtkToolPalette.
authorJohannes Schmid <johannes.schmid@openismus.com>
Mon, 13 Jul 2009 15:38:34 +0000 (17:38 +0200)
committerMurray Cumming <murrayc@murrayc.com>
Mon, 13 Jul 2009 15:38:34 +0000 (17:38 +0200)
commit5a1415feda34ae1a634adad57ecd64d1cdc434c7
treee08e38d812e0ca063bb581926fb50bb435e2088c
parent8e9436daaefba2e31f8d04d9d155c4e7c7b36ae0
Added GtkToolPalette.

        * gtk/gtktoolpallete.[h|cc]:
        * gtk/gtktoolitemgroup.[h|cc]: Added a tool pallete container widget,
        with groups of toolbar items that can be shown as a grid of icons
        or a list of names.
        * gtk/Makefile.am:
        * gtk/gtk.h:
        * gtk/gtkmarshal.list: Mentioned the new files.

        Bug #567729
docs/reference/gtk/Makefile.am
docs/reference/gtk/gtk-docs.sgml
docs/reference/gtk/gtk-sections.txt
docs/reference/gtk/gtk.types
docs/reference/gtk/visual_index.xml
gtk/Makefile.am
gtk/gtk.h
gtk/gtktoolitemgroup.c [new file with mode: 0644]
gtk/gtktoolitemgroup.h [new file with mode: 0644]
gtk/gtktoolpalette.c [new file with mode: 0644]
gtk/gtktoolpalette.h [new file with mode: 0644]